In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureDocumentConverter / HTMLConversionDelay Property

HTMLConversionDelay Property (GdPictureDocumentConverter)

In This Topic
Syntax
'Declaration

 

Public Property HTMLConversionDelay As Nullable(Of Integer)
public Nullable<int> HTMLConversionDelay {get; set;}
public read-write property HTMLConversionDelay: Nullable; 
public function get,set HTMLConversionDelay : Nullable
public: __property Nullable<int> get_HTMLConversionDelay();

public: __property void set_HTMLConversionDelay( 

   Nullable<int> value

);
public:

property Nullable<int> HTMLConversionDelay {

   Nullable<int> get();

   void set (    Nullable<int> value);

}
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureDocumentConverter
GdPictureDocumentConverter Members